fixed an issue with g++
authorØyvind Kolås <ok@src.gnome.org>
Tue, 26 Sep 2006 13:48:48 +0000 (13:48 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Tue, 26 Sep 2006 13:48:48 +0000 (13:48 +0000)
ChangeLog
babl/babl-classes.h

index 9ff026809ce1e5e884bf48d637da46b25db4229d..0727357984b4a34564840c8f2f045f06ab459df1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-26  Dominik Ernst  <dernst@gmx.de>
+
+       * babl/babl-classes.h: fixed an issue with g++
+
 2006-09-23  Øyvind Kolås  <pippin@gimp.org>
 
        * docs/Makefile.am: output the conversion grid when building on
index 7f83ba9cb2cca6a24767781c5d81d692f3b4220f..e70f460d8f67ac3f468096618691fa3c9fd6f632 100644 (file)
@@ -267,7 +267,7 @@ typedef struct
   void         (*destroy) (void);
 } BablExtension;
 
-typedef union
+typedef union Babl
 {
   BablClassType     class_type;
   BablInstance      instance;